UCF STIG Viewer Logo

The system must employ a local IPv6 firewall.


Overview

Finding ID Version Rule ID IA Controls Severity
V-50761 OL6-00-000103 SV-64967r2_rule Medium
Description
The "ip6tables" service provides the system's host-based firewalling capability for IPv6 and ICMPv6.
STIG Date
Oracle Linux 6 Security Technical Implementation Guide 2016-06-05

Details

Check Text ( C-53231r2_chk )
If the system is a cross-domain system, this is not applicable.

If IPv6 is disabled, this is not applicable.

Run the following command to determine the current status of the "ip6tables" service:

# service ip6tables status

If the service is not running, it should return the following:

ip6tables: Firewall is not running.

If the service is not running, this is a finding.
Fix Text (F-55555r1_fix)
The "ip6tables" service can be enabled with the following commands:

# chkconfig ip6tables on
# service ip6tables start